Bitwise.BitAnd Function

Returns an Integer. Performs a bitwise And on value1 and value2.

Syntax

result = Bitwise.BitAnd( value1, value2, [ParamArray...MoreValues] )

Parameters

value1

Integer

value2

Integer

ParamArray...MoreValues

Integer (Optional)

Return Value

Result

Integer

Notes

If any optional parameters value3 to valueN are passed, BitAnd returns the progressive results of each operation.